Make GtkFunction return boolean, not gint. (Daniel Elstner).
authorOwen Taylor <otaylor@redhat.com>
Thu, 1 Nov 2001 21:54:52 +0000 (21:54 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 1 Nov 2001 21:54:52 +0000 (21:54 +0000)
Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
(Daniel Elstner).

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktypeutils.h

index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 1281ca3a188074deafcb773c02dc75edb735b74f..396e23403b611af9bb744096ae0a32809ffc8f78 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
+       (Daniel Elstner).
+
 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontext.[ch]: Add:
index 4eed3dbac4bbd59938dc9774d702b428a6a1d1d4..27eba03b9ab9d03ef571f6b882591280bcd589cb 100644 (file)
@@ -114,7 +114,7 @@ extern "C" {
 typedef struct _GtkArg              GtkArg;
 typedef struct _GtkObject           GtkObject; /* object forward declaration */
 typedef struct _GtkTypeInfo         GtkTypeInfo;
-typedef gint (*GtkFunction)        (gpointer      data);
+typedef gboolean (*GtkFunction)            (gpointer      data);
 typedef void (*GtkDestroyNotify)    (gpointer      data);
 typedef void (*GtkCallbackMarshal)  (GtkObject    *object,
                                     gpointer      data,